Initial check-in to support PV balloon driver within HVM guests.
authorSteven Hand <steven@xensource.com>
Wed, 4 Apr 2007 18:59:10 +0000 (19:59 +0100)
committerSteven Hand <steven@xensource.com>
Wed, 4 Apr 2007 18:59:10 +0000 (19:59 +0100)
commit1d3e27e802686c099d3b4661668d0bfbd9026a42
tree8e8a00dc3f497cdca33bf41cd367a5230b727ba0
parent79f84ceeb54544278305df540d833ac74709ac4b
Initial check-in to support PV balloon driver within HVM guests.
Still todo:

 - fix mapcache invalidation (should happen in Xen)
 - support 32-on-64 mode correctly

Signed-off-by: Steven Hand <steven@xensource.com>
16 files changed:
linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c
linux-2.6-xen-sparse/drivers/xen/balloon/sysfs.c
linux-2.6-xen-sparse/drivers/xen/core/gnttab.c
linux-2.6-xen-sparse/drivers/xen/core/xen_proc.c
unmodified_drivers/linux-2.6/Makefile
unmodified_drivers/linux-2.6/balloon/Kbuild [new file with mode: 0644]
unmodified_drivers/linux-2.6/balloon/Makefile [new file with mode: 0644]
unmodified_drivers/linux-2.6/mkbuildtree
unmodified_drivers/linux-2.6/platform-pci/xen_support.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/irq.c
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/vmx/vmx.c
xen/common/memory.c
xen/include/asm-x86/hvm/hvm.h
xen/include/asm-x86/hvm/support.h